Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry<T>(PdfName,Nullable<T>,T) Method

In This Topic
    AddDictEntry<T>(PdfName,Nullable<T>,T) Method
    In This Topic
    Adds a dictionary entry with PDF name value, the PDF name obtained as value.ToString().
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry(Of T As {New, Struct})( _
       ByVal key As PdfName, _
       ByVal value As System.Nullable(Of T), _
       ByVal defValue As T _
    ) 
    public void AddDictEntry<T>( 
       PdfName key,
       System.Nullable<T> value,
       T defValue
    )
    where T: new(), struct

    Parameters

    key
    value
    defValue

    Type Parameters

    T
    See Also